From: Debian X Strike Force Date: Fri, 10 May 2024 07:18:58 +0000 (+0300) Subject: src_glx_dri_common.h X-Git-Tag: archive/raspbian/25.0.7-2+rpi1~1^2~1 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=a435071c56ddc8152b0ffc378da84c2780e72f56;p=mesa.git src_glx_dri_common.h Gbp-Pq: Name src_glx_dri_common.h.diff --- diff --git a/src/glx/dri_common.h b/src/glx/dri_common.h index d762308a4..e0e015749 100644 --- a/src/glx/dri_common.h +++ b/src/glx/dri_common.h @@ -57,6 +57,10 @@ extern struct glx_config *driConvertConfigs(const __DRIcoreExtension * core, extern void driDestroyConfigs(const __DRIconfig **configs); +#ifndef __GLXDRIdrawable +typedef struct __GLXDRIdrawableRec __GLXDRIdrawable; +#endif + extern __GLXDRIdrawable * driFetchDrawable(struct glx_context *gc, GLXDrawable glxDrawable);